Everything about The Active Template Library totally explained
The
Active Template Library (ATL) is a set of template-based
C++ classes developed by
Microsoft that simplify the programming of
Component Object Model (COM) objects. The COM support in
Visual C++ allows developers to create a variety of COM objects,
OLE Automation servers, and
ActiveX controls.
Patterned after the
Standard Template Library (STL), ATL includes an object wizard that sets up primary structure of the objects very quickly with a minimum of hand coding.
Controls for the Internet market could have been made with the
Microsoft Foundation Classes, but this market requires controls to be small and compact for downloading over the network from Web servers. MFC applications tend to be large and require support DLLs. ATL allows creating smaller controls without support DLLs, so ATL is in a sense a lightweight alternative to MFC for the COM control environment.
A common use of ATL in
ASP (Active Server Pages) is to construct objects that can be called from a script. Whilst limited in certain respects,
VBScript is able to call C++ windows code contained in a COM object.
Further Information
Get more info on 'Active Template Library'.
|
External Link Exchanges
Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:
<a href="http://active_template_library.totallyexplained.com">Active Template Library Totally Explained</a>
Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned. |